gtk: Make functions static that don't need to be non-static
authorBenjamin Otte <otte@redhat.com>
Tue, 2 Oct 2012 17:23:29 +0000 (19:23 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 2 Oct 2012 17:32:51 +0000 (19:32 +0200)
commit12683da8f74e847392fff32d4b06dd2c50baa37c
tree2d340c4f85871d60404e6911062e6d08b54a83fc
parent48c6b3b4f4c7eaf99e10302d17e78838f1eac010
gtk: Make functions static that don't need to be non-static

Also remove the starting underscore from function names where
appropriate, as those functions are static now and not exported anymore.

This is part of a bunch of fixes for gcc complaining about
-Wmissing-declarations.
gtk/gtkbuilderparser.c
gtk/gtkcssimage.c
gtk/gtkcssimagegradient.c
gtk/gtkcssparser.c
gtk/gtkentrycompletion.c
gtk/gtkplug.c
gtk/gtkrbtree.c
gtk/gtkstyleproperties.c
gtk/gtktoolpalette.c
gtk/updateiconcache.c